TokenRecPtr
TokenRec structure
#include <Script.h>
typedef struct TokenRec { Size Offset Description
TokenType theToken; 2 0
Ptr position; 4 2 pointer into original Source
long length; 4 6 length of text in original source
StringPtr stringPosition; 4 10 Pascal/C string copy of identifier
typedef TokenRec *TokenRecPtr;